@font-face {
    font-family: 'PressStart2P';
    src: url('PressStart2P-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
    background-image: url("fondo2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'PressStart2P', sans-serif;
    text-align: center;
}

.contenedor {
    width: 55%;
    margin-top: 110px;
    margin-left: 40%;
    margin-right: 50px;
    padding: 30px;
    background: rgba(130, 130, 130, 0.85);
    font-size: 18px;
    border-radius: 15px;
    color: white;
}

.imagen-lateral {
    position: absolute;
    top: 150px;
    left: 50px;
    width: 25%;
}

.imagen-lateral img {
    width: 100%;
    border-radius: 15px;
    opacity: 0.95;
}

.cards {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    font-family: 'PressStart2P', sans-serif;
}

.card {
    background-color: rgba(59, 175, 42, 0.85);
    width: 23%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    color: white;
}

.card:hover {
    background-color: rgba(122, 79, 42, 0.85);
    transform: scale(1.03);
}

footer {
    color: white;
    font-family: 'Montserrat', sans-serif;
}
